Conversation
* feat: Pass local context into local runs This PR allows users to pass their current auth context into locally-ran apps. This means that you'll authenticate with the server using your current session, etc. * chore: Raise an AppNotFoundError when we fail to find an app * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Add test for other error types --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…of-native-tls-libraries-tower-cli feat: move tower-cli to rustls
* chore: Upgrade Tower API version * Let Tower SDK use the local session when running in `--local` mode (#55) * feat: Pass local context into local runs This PR allows users to pass their current auth context into locally-ran apps. This means that you'll authenticate with the server using your current session, etc. * chore: Raise an AppNotFoundError when we fail to find an app * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Add test for other error types --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Bump version to v0.3.19 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…debian/rpm packages
Fix nix builds with nFPM
…i-github-workflow-after-moving-to-rustls Fix/tow 628 fix broken tower cli GitHub workflow after moving to rustls
* feat: New storage system for import paths, which enable shared modules * chore: Add support for shared code via import_paths * fix: Revert change to required Rust version * chore: Make PYTHONPATH setup more cross-platform. Thanks @copilot for the recommendations. * chore: Make platform-specific paths * Update crates/tower-package/src/lib.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/tower-package/src/lib.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Use a cross-platform way of joining paths * chore: Ignore some content that we don't need * Update crates/tower-package/src/lib.rs Co-authored-by: Ben Lovell <ben.j.lovell@gmail.com> * chore: Remove commentary we don't care about * chore: Take better care to ensure paths exist during packaging --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ben Lovell <ben.j.lovell@gmail.com>
* When resolving paths, stripping prefixes catastrophically fails. * requirements.txt (soon to be deprecated) was being looked for in the wrong place. * Don't package `.venv` directories!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rustlseverywhereNOTE: Tower v0.3.20 never actually made it out due to a bug in the packaging process, so we can just use that build number.